object TimedMsgFrm: TTimedMsgFrm Left = 230 Top = 238 ActiveControl = OKBut BorderIcons = [] BorderStyle = bsDialog Caption = 'Information' ClientHeight = 96 ClientWidth = 321 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object message1: TLabel Left = 8 Top = 24 Width = 305 Height = 33 Alignment = taCenter AutoSize = False Caption = 'Text' end object OKBut: TBitBtn Left = 120 Top = 64 Width = 75 Height = 25 Caption = '&OK' TabOrder = 0 Kind = bkOK end object Timer1: TTimer Enabled = False Interval = 7000 OnTimer = Timer1Timer Left = 224 Top = 64 end end